time.Location.zone (field)
18 uses
time (current package)
zoneinfo.go#L25: zone []zone
zoneinfo.go#L133: zone: []zone{{name, offset, false}},
zoneinfo.go#L138: l.cacheZone = &l.zone[0]
zoneinfo.go#L152: if len(l.zone) == 0 {
zoneinfo.go#L171: zone := &l.zone[l.lookupFirstZone()]
zoneinfo.go#L200: zone := &l.zone[tx[lo].index]
zoneinfo.go#L240: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L242: if !l.zone[zi].isDST {
zoneinfo.go#L249: for zi := range l.zone {
zoneinfo.go#L250: if !l.zone[zi].isDST {
zoneinfo.go#L621: for i := range l.zone {
zoneinfo.go#L622: zone := &l.zone[i]
zoneinfo.go#L632: for i := range l.zone {
zoneinfo.go#L633: zone := &l.zone[i]
zoneinfo_read.go#L319: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_read.go#L328: l.cacheZone = &l.zone[tx[i].index]
zoneinfo_read.go#L338: if zoneIdx := findZone(l.zone, name, offset, isDST); zoneIdx != -1 {
zoneinfo_read.go#L339: l.cacheZone = &l.zone[zoneIdx]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |